※觀看影片請點擊影片名稱後方的"YOUTUBE"或"YOUKU",
觀看YOUKU影片,請輸入密碼:mooc01004
![]() |
8.5. Which of the following statements are correct for “TCP segments” ?
下列哪些關於“TCP 資料段”的敘述是正確的 ?
|
| (a) When the sender sends bytes to a TCP connection, the TCP will forward these bytes immediately as a TCP segment. 當傳送端發送若干位元組至TCP 連線,TCP會立即將這些位元組包成一個TCP 資料段發送出去 | |
| (b) TCP does not transmit individual bytes over the Internet. TCP不會透過互聯網傳輸各別的位元組 | |
| (c) The source TCP buffers enough bytes from the sending process to fill a reasonably sized segment and then sends out this segment. TCP來源端會將應用程式傳送的位元組先儲存起來,等到形成一個合理大小的資料段,再將此資料段送出 | |
| (d) The destination TCP puts the contents of the received segment into a receive buffer, and the receiving process reads from this buffer. TCP目的地端會先將收到的資料段內容放入接收緩衝器,接收資料的應用程式再由此緩衝器讀取資料 | |
| (e) When the destination TCP receives a segment, it will deliver the segment to receiving process immediately. 當TCP目的地端收到一個資料段,它會馬上將此資料段送給接收資料的應用程式 |